home *** CD-ROM | disk | FTP | other *** search
/ Gold Medal Software 3 / Gold Medal Software - Volume 3 (Gold Medal) (1994).iso / utils1 / exhume.arj / EXHUME.DOC next >
Text File  |  1993-12-11  |  5KB  |  120 lines

  1.      
  2.      
  3.                                   E X H U M E
  4.                                   
  5.                                   
  6.                            User-supported software by      
  7.                            
  8.                                  Norman  Newman
  9.                                  Kibbutz Tsor'a
  10.                                  M.P.  Shimshon
  11.                                  ISRAEL   99705
  12.                                Fax: 972-2-908555
  13.                                  
  14. EXHUME is a program which will enable you to resurrect data which have been
  15. lost on disks. It's the sort of program which you don't normally need - but
  16. when you do need it, you need it badly!
  17.  
  18. Despite DOS's normally robust behaviour as a file  system,  it  can  happen
  19. that a disk's directory or its file allocation table (FAT)  can  be  become
  20. corrupted. Should this happen, DOS will be unable to find data on the  disk
  21. even though the data still physically exist on the disk and have  not  been
  22. damaged.
  23.  
  24. EXHUME is capable of retrieving this data because it regards the disk as  a
  25. collection of sectors (each sector is 512 bytes of disk space), as  opposed
  26. to a collection of files. By viewing the sectors on the disk and  selecting
  27. those which contain data from the desired file, you can EXHUME lost  files.
  28.  
  29. Note that in all the above, 'disk' applies equally to floppy diskettes  and
  30. to hard disks (but not to RAM disks which have may have a sector size other
  31. than 512 bytes). 'Data'  will  normally  be  text,  which  can  be  readily 
  32. recognised; EXHUME is capable of  resurrecting  binary  files,  but  it  is 
  33. difficult to determine when a file of this type begins and ends.
  34.  
  35. EXHUME offers the following functions:
  36.  
  37. Choose disk
  38. ----------- 
  39. Enter the letter of the disk that you wish to examine (eg A, C). The use of a
  40. colon after the disk name (eg A:) is optional.
  41.      
  42. Find string
  43. -----------
  44. When you are looking for a specific  string,  the  search can be made automatic
  45. by choosing this function. You will be  prompted for a string to search for
  46. (case-sensitive) and from which  sector  to begin searching. When the string is
  47. found, the  program  will  display the appropriate half-sector.  Should the
  48. string not be  found  and  the program starts searching unused space, it may be
  49. halted  by  pressing <ESC>. A successful search may be continued by pressing
  50. <F10>.
  51.      
  52. Choose sector
  53. -------------
  54. This function enables you to display a given sector.
  55.  
  56. Next sector 
  57. -----------
  58. This function will display the sector which succeeds the currently displayed 
  59. sector.
  60.      
  61. Previous sector
  62. --------------- 
  63. This function will display the sector previous to the currently displayed 
  64. sector.
  65.  
  66.      
  67.  
  68. Save sector
  69. -----------
  70. When you find a sector which you wish to save, press  F9.  EXHUME will save
  71. this sector in an internal buffer. You can then  save other sectors belonging
  72. to the file which you wish  to  restore.  When you exit the program (by
  73. pressing <ESC> at the main prompt), you  will be prompted for a file name in
  74. which to write the saved sectors.  This file should be an accurate copy of the
  75. original file, but may  contain extraneous  characters  (especially  at  its
  76. end)  and  so should  be examined by a text editor.
  77.      
  78.  
  79.      - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
  80.  
  81. Changes to Version 3 from Version 2 (October 1993)
  82. -----------------------------------
  83. This version (belatedly) supports DOS 4+ and disks whose capacity is greater
  84. than 32MB.
  85.  
  86. Changes to Version 2 from Version 1 (September 1991)
  87. -----------------------------------
  88. a) The sector is displayed as ASCII characters only without hex; this enables
  89.    an entire sector to be displayed at once.
  90.    
  91. b) The user interface has been completely changed.
  92.  
  93. c) A slight 'feature' in 'Find string' has been corrected: after completing a
  94.    search, one need not press <ESC> in order to use another function; instead
  95.    an arrow key ,ay be pressed.
  96.  
  97. d) The implementation of the 'Find string' function has been been improved.
  98.  
  99. e) When saving a file, the target disk is checked to see that it has enough
  100.    room to store the file.
  101.    
  102. f) When saving sectors, a check is made to ensure that there is enough free
  103.    RAM. Should you run out of memory, save the file in pieces.
  104.       
  105.      - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
  106.      
  107. Legal note
  108. ----------
  109. This program is copyright 1990,3 by Norman Newman, Kibbutz Tsor'a,  M.P.
  110. Shimshon, ISRAEL 99705; all rights reserved, all wrongs deserved.  The program
  111. may be freely distributed and copied, provided that no changes are made in
  112. either EXHUME.EXE or EXHUME.DOC (this  file).  The  author denies all
  113. responsibility for any damage caused by the use  or  misuse of this program.
  114.      
  115. Should you decide to use this program, you are requested  to  register your
  116. copy with the author by sending  a  cheque  for  $20.  This  will entitle you
  117. to receive a new copy of the program without the shareware screen at the
  118. beginning, along with the source code (written in  Turbo Pascal 6).
  119.      
  120.